github.com/gotd/td/telegram.Client.storeDCSess (method)

3 uses

	github.com/gotd/td/telegram (current package)
		session.go#L104: 	c.storeDCSess(c.sessions, sessionData)
		session.go#L128: 	c.storeDCSess(c.cdnSessions, dcSessionFromMTProto(cfg.ThisDC, s))
		session.go#L132: func (c *Client) storeDCSess(target map[int]*pool.SyncSession, data pool.Session) {